LCD_SYSCFG_IDLEMODE=LCD_SYSCFG_IDLEMODE_FORCE, LCD_SYSCFG_STDBY=LCD_SYSCFG_STDBY_FORCE
LCD System Configuration Register
LCD_SYSCFG_IDLEMODE | Idle Mode 0 (LCD_SYSCFG_IDLEMODE_FORCE): Force-idle mode: local target’s idle state follows (acknowledges) the system’s idle requests unconditionally, that is, regardless of the IP module’s internal requirements. Backup mode, for debug only 1 (LCD_SYSCFG_IDLEMODE_NONE): No-idle mode: local target never enters idle state. Backup mode, for debug only 2 (LCD_SYSCFG_IDLEMODE_SMART): Smart-idle mode: local target’s idle state eventually follows (acknowledges) the system’s idle requests, depending on the IP module’s internal requirements. IP module shall not generate (IRQ- or DMA-requestrelated) wakeup events |
LCD_SYSCFG_STDBY | Standby Mode 0 (LCD_SYSCFG_STDBY_FORCE): Force-standby mode: local initiator is unconditionally placed in standby state. Backup mode, for debug only 1 (LCD_SYSCFG_STDBY_NONE): No-standby mode: local initiator is unconditionally placed out of standby state. Backup mode, for debug only 2 (LCD_SYSCFG_STDBY_SMART): Smart-standby mode: local initiator standby status depends on local conditions, that is, the module’s functional requirement from the initiator. IP module shall not generate (initiator-related) wakeup events |